home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission4Strings.script < prev    next >
Text File  |  2002-07-02  |  968b  |  35 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CDestroyGuardedTarget_Strings
  15. {
  16.  
  17.   final static array m_MissionObjectives = array(
  18.       "ZniΦit nep°ßtelskΘ velitelstvφ",
  19.       "ZniΦit vozidla nep°ßtelskΘho velitelstvφ"
  20.     );
  21.  
  22.   final static array m_BonusMissionObjectives = array(
  23.       "ZniΦit obranu velitelstvφ"
  24.     );
  25.  
  26.   final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
  27.  
  28.   final static string str_MessageTitle    = "PoΦet zb²vajφcφch budov ke zniΦenφ: ";
  29.  
  30.   final static array m_NavigationPoints = array(
  31.       "Nep°ßtelskß zßkladna"
  32.     );
  33. }
  34.  
  35.